Welcome![Sign In][Sign Up]
Location:
Search - lexical analysis

Search list

[ELanguage算符优先—编译原理

Description: java实现的对算术表达式进行词法分析和语法分析,实现过程很简练,值得参考哦!-achieve the right arithmetic expression for lexical analysis and syntax analysis, implementation process is very concise and valuable reference Oh!
Platform: | Size: 74752 | Author: 陈为 | Hits:

[File Operate词法分析qi

Description: 词法分析器运用软件 词法分析是编译的第一个阶段,它的主要任务是从左到右逐个字符地对源程序进行扫描,产生一个个单词序列,用以语法分析-lexical analyzer used lexical analysis software is a compiler of the first stage, its main task is to whatever individual characters to the source scan generated a sequence of words, for the syntax analysis
Platform: | Size: 36864 | Author: 李坤 | Hits:

[Other resource编译原理-词法分析器

Description: 自己写的,词法分析(c++),可以实现基本上常用的分析。-wrote it myself, lexical analysis (c), can be used to achieve basically the analysis.
Platform: | Size: 37888 | Author: 王某人 | Hits:

[ELanguage类c语言编译器

Description: 类c语言编译器,提供从词法分析到语义分析的一系列操作,可供编译原理学习使用。-category c compiler, from lexical analysis of the semantic analysis of a series of manipulations, Principle study compiled for use.
Platform: | Size: 32768 | Author: 张博 | Hits:

[Other resourcevc61667782466_newasp

Description: 语法词法分析器 编译原理课程设计 用vc++实现语法词法分析器-grammar lexical analyzer compiler theory of curriculum design using vc achieve grammar lexical analyzer
Platform: | Size: 245760 | Author: byf | Hits:

[Other resourcecifafenxiqi

Description: 写了一个词法分析器 这里以开始定义的PASCAL语言子集的源程序作为词法分析程序的输入数据。在词法分析中,自文件头开始扫描源程序字符,一旦发现符合“单词”定义的源程序字符串时,将它翻译成固定长度的单词内部表示,并查填适当的信息表。经过词法分析后,源程序字符串(源程序的外部表示)被翻译成具有等长信息的单词串(源程序的内部表示),并产生两个表格:常数表和标识符表,它们分别包含了源程序中的所有常数和所有标识符。-was a lexical analyzer here to start the definition of PASCAL language subset of the source points as lexical Analysis of the data entry process. The lexical analysis, the first since the paper began scanning source characters, Once found with "words" definition of the source string, it will be translated into fixed length of the internal word, check and fill the appropriate form. After lexical analysis, source string (source said external) has been translated into information such as a long string of words (source said the internal) , and produce two forms : Constant table and table identifier, namely contains the source of all the constants and all identifiers.
Platform: | Size: 226304 | Author: 陈剑峰 | Hits:

[ELanguageJLex

Description: JLex词法分析生成器,可以用于生成简单词法分析器,java编写-JLex lexical analysis generator can be used to produce simple lexical analyzer, the preparation of java
Platform: | Size: 94208 | Author: | Hits:

[Other resource50021523

Description: 此程序共有两个类,Lexical进行词法分析,Syntax进行语法分析.对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构. -this program consists of two categories, Lexical for lexical analysis, Syntax for syntax analysis. for syntax analysis, the LR (1) analysis, judge procedures meet the provisions of the structure.
Platform: | Size: 80896 | Author: wwwlll | Hits:

[ELanguagemini_pascal

Description: 袖珍型的pascal编译器,包括词法分析、语法分析、目标码生成三个部分。-the compiler, including lexical analysis, grammar analysis, object codes generated in three parts.
Platform: | Size: 2653184 | Author: 陈秋瑾 | Hits:

[Other resource060614011958

Description: 包括词法分析语法分析语义分析(附有源代码)-including lexical analysis syntax analysis semantic analysis (with source code)
Platform: | Size: 1164288 | Author: sky | Hits:

[Education soft systemyufafenxiqigouzhao

Description: 语法分析器构造 借助于词法分析程序提供的分析结果,编写一个算符优先语法分析程序,程序能进行语法结构分析和错误检查并产生相应的归约信息。同时给出出错信息和错误类型,从而加深对语法分析的理解。 -parser using lexical analysis procedure for the analysis of results prepare a priority operator syntax analysis procedures, procedures for structural analysis and syntax error checking and produce corresponding reduction information. Also given wrong information and the wrong types, so as to enhance the understanding of syntax analysis.
Platform: | Size: 382976 | Author: duoduo | Hits:

[ELanguageCcompiler

Description: 一个C编译器源码:编译器基本原理,词法分析,语义分析-a C compiler source : compiler basic tenets of lexical analysis, semantic analysis, and so on
Platform: | Size: 267264 | Author: 张阳 | Hits:

[Other resourcesyntanalyzer

Description: 此程序共有两个类,Lexical进行词法分析,Syntax进行语法分析.对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构.-this procedure there are two categories, Lexical for lexical analysis, Syntax syntax analysis. for the syntax analysis, LR (1) analysis, judge whether the procedures meet the requirements of the structure.
Platform: | Size: 112640 | Author: gavinioro | Hits:

[ELanguageSyntax-Analyzer

Description: 此程序共有两个类,Lexical进行词法分析,Syntax进行语法分析.对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构-this procedure there are two categories, Lexical for lexical analysis, Syntax syntax analysis. for the syntax analysis, LR (1) analysis, judge whether the procedures meet the requirements of the structure
Platform: | Size: 150528 | Author: 小小 | Hits:

[ELanguageBYexperiment

Description: 一个简单的编译器程序,实现了词法分析和语法分析部分-a simple compiler procedures, the lexical analysis and syntax analysis of
Platform: | Size: 61440 | Author: E_wait | Hits:

[ELanguageword-analysis

Description: 词法分析程序。可实现对C语言的词法分析,关键字32个,包含了C的绝大部分运算、限界符,主要是对文件进行读、写操作,节省内存消耗,是一个不错的词法分析程序。-lexical analysis procedure. To be able to achieve C language lexical analysis, keyword 32, C contains the majority of operations Bound website. principal of the document to read, write and save memory consumption is a good lexical analysis procedure.
Platform: | Size: 1481728 | Author: nimeda | Hits:

[ELanguageictclas4j

Description: ictclas java实现 很不错的 包含全部所需的文件包 能对句子进行详细的词法分析.-ictclas java achieve very good contain all the necessary documents to the sentence package detailed Lexical analysis.
Platform: | Size: 3646464 | Author: wanglch | Hits:

[ELanguagesimpleSyntaxAnalyzer

Description: 语法分析器 此程序共有两个类,Lexical进行词法分析,Syntax进行语法分析.对于语法分析,采用LR(1)分析法,判断程序是否满足规定的结构.-Parser this procedure there are two categories, Lexical for lexical analysis, Syntax syntax analysis. for the syntax analysis, LR (1) analysis, judge whether the procedures meet the requirements of the structure.
Platform: | Size: 128000 | Author: sugar | Hits:

[ELanguageCminus_complier

Description: CMinus 小型编译器的词法分析与语法分析部分,使用最简单的递归下降法完成。-CMinus small compiler of lexical analysis and syntax analysis, use of the most simple recursive descent completed.
Platform: | Size: 269312 | Author: 谢乾文 | Hits:

[ELanguageSyntax

Description: 算符优先文法分析的c语言实现代码 需要输入词法分析的txt结果文件- The operator first grammar analysis c language realization code needs to input the lexical analysis the txt result document -Grammar analysis of the priority operator c language code need to enter the results of lexical analysis of the txt file- The operator first grammar analysis c language realization code needs to input the lexical analysis the txt result document
Platform: | Size: 34816 | Author: 陈文 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net